翻訳と辞書
Words near each other
・ Local asymptotic normality
・ Local attraction
・ Local Audit and Accountability Act 2014
・ Local authorities of Kenya
・ Local authorities swaps litigation
・ Local Authority Accommodation
・ Local Authority Caterers Association
・ Local Authority Investigation Officers Group
・ Local authority leaders' board
・ Local Authority Search
・ Local Autonomy Law
・ Local Band Does OK
・ Local Band Does OKlahoma
・ Local battery
・ Local bike shop
Local binary patterns
・ Local Biodiversity Action Plan
・ Local board of health
・ Local boards formed in England and Wales 1848–94
・ Local bodies in Tamil Nadu
・ Local body elections in Tamil Nadu
・ Local Body Tax
・ Local border traffic
・ Local boundedness
・ Local Boy
・ Local Boy in the Photograph
・ Local Boy Makes Good
・ Local Boys
・ Local Bubble
・ Local bus


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Local binary patterns : ウィキペディア英語版
Local binary patterns
Local binary patterns (LBP) is a type of feature used for classification in computer vision. LBP is the particular case of the Texture Spectrum model proposed in 1990.〔DC. He and L. Wang (1990), "Texture Unit, Texture Spectrum, And Texture Analysis", Geoscience and Remote Sensing, IEEE Transactions on, vol. 28, pp. 509 - 512.〕〔L. Wang and DC. He (1990), "Texture Classification Using Texture Spectrum", Pattern Recognition, Vol. 23, No. 8, pp. 905 - 910.〕 LBP was first described in 1994.〔T. Ojala, M. Pietikäinen, and D. Harwood (1994), "Performance evaluation of texture measures with classification based on Kullback discrimination of distributions", Proceedings of the 12th IAPR International Conference on Pattern Recognition (ICPR 1994), vol. 1, pp. 582 - 585.〕〔T. Ojala, M. Pietikäinen, and D. Harwood (1996), "A Comparative Study of Texture Measures with Classification Based on Feature Distributions", Pattern Recognition, vol. 29, pp. 51-59.〕 It has since been found to be a powerful feature for texture classification; it has further been determined that when LBP is combined with the Histogram of oriented gradients (HOG) descriptor, it improves the detection performance considerably on some datasets.〔"An HOG-LBP Human Detector with Partial Occlusion Handling", Xiaoyu Wang, Tony X. Han, Shuicheng Yan, ICCV 2009〕
==Concept==

The LBP feature vector, in its simplest form, is created in the following manner:
* Divide the examined window into cells (e.g. 16x16 pixels for each cell).
* For each pixel in a cell, compare the pixel to each of its 8 neighbors (on its left-top, left-middle, left-bottom, right-top, etc.). Follow the pixels along a circle, i.e. clockwise or counter-clockwise.
* Where the center pixel's value is greater than the neighbor's value, write "1". Otherwise, write "0". This gives an 8-digit binary number (which is usually converted to decimal for convenience).
* Compute the histogram, over the cell, of the frequency of each "number" occurring (i.e., each combination of which pixels are smaller and which are greater than the center).
* Optionally normalize the histogram.
* Concatenate (normalized) histograms of all cells. This gives the feature vector for the window.
The feature vector can now be processed using the Support vector machine or some other machine-learning algorithm to classify images. Such classifiers can be used for face recognition or texture analysis.
A useful extension to the original operator is the so-called uniform pattern(), which can be used to reduce the length of the feature vector and implement a simple rotation invariant descriptor. This idea is motivated by the fact that some binary patterns occur more commonly in texture images than others. A local binary pattern is called uniform if the binary pattern contains at most two 0-1 or 1-0 transitions. For example, 00010000(2 transitions) is a uniform pattern, 01010100(6 transitions) is not. In the computation of the LBP histogram, the histogram has a separate bin for every uniform pattern, and all non-uniform patterns are assigned to a single bin. Using uniform patterns, the length of the feature vector for a 3x3 window reduces from 256 to 59.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Local binary patterns」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.